This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Mario Brenukonyetsi 21.Oct.03 08:12 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I am trying to obtain the server name dynamically to a page to put it in to a <base href> tag.
I get the server name through the cgi variable Server_Name, for example in a HTML field
<input name="Server_Name" type="hidden" value="MyServerName">
Then I want to get the value and put it in my <base href>-tag in the page.
I use a page, content type HTML and there I have a frameset that needs a correct base href depending from which server you access the page.
I hope you understand my question and I would be glad if someone can help me.